From eb5afd612a5bfb005ce9d31a2958662a9c62a388 Mon Sep 17 00:00:00 2001 From: real-zephex Date: Wed, 24 Apr 2024 09:10:40 +0530 Subject: the image proxy was not working for some reason so switched it to shashstrom's proxy, here: https://github.com/shashstormer/m3u8_proxy-cors. \nFixed the image width and height for continue watching page. --- src/app/manga/[title]/[id]/[read]/page.jsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/app/manga/[title]') diff --git a/src/app/manga/[title]/[id]/[read]/page.jsx b/src/app/manga/[title]/[id]/[read]/page.jsx index a4181d7..733786e 100644 --- a/src/app/manga/[title]/[id]/[read]/page.jsx +++ b/src/app/manga/[title]/[id]/[read]/page.jsx @@ -20,6 +20,7 @@ export default async function Read({ params }) { let images = []; for (var i = 0; i < results.chapter.data.length; i++) { var imgUrl = image_base_url + "/" + results.chapter.data[i]; + // console.log(imgUrl); images.push(imgUrl); } @@ -32,7 +33,7 @@ export default async function Read({ params }) { images.map((item, index) => (